home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00009_sendemail.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  220 b   |  18 lines

  1. property mys
  2.  
  3. on mouseDown me
  4.   sendmail()
  5. end
  6.  
  7. on beginSprite me
  8.   set mys to the spriteNum of me
  9. end
  10.  
  11. on mouseEnter me
  12.   set the blend of sprite mys to 100
  13. end
  14.  
  15. on mouseLeave me
  16.   set the blend of sprite mys to 20
  17. end
  18.